Test for all supported archs. 🔼
i386, amd64, ppc64el, armel, armhf, and arm64
Pick the smallest recently updated package, see if it's available for all those archs.
reported=2022-03-07 11:57:23
reporter=onefang
priority=high
category=Feature
severity=feature
resolution=open
2022-03-07 12:00:31 onefang: bb|hcb came up with this :
[code=bash] for i in $(dig +short deb.devuan.org|grep -v ^deb); do curl --resolve deb.devuan.org:80:$i http://deb.devuan.org/merged/pool/DEBIAN-SECURITY/updates/main/c/cyrus-sasl2/libsasl2-22.1.27+dfsg-1+deb10u2arm64.deb -o $i.file.deb --location; done; md5sum *file.deb[/code]